org.eclipse.vtp.framework.interactions.core.services
Class LanguageRegistry

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.services.LanguageRegistry
All Implemented Interfaces:
ILanguageRegistry

public class LanguageRegistry
extends java.lang.Object
implements ILanguageRegistry

Implementation of ILanguageRegistry.

Author:
Lonnie Pryor

Constructor Summary
LanguageRegistry(LanguageConfiguration[] configurations)
          Creates a new LanguageRegistry.
 
Method Summary
 ILanguage getLanguage(java.lang.String languageID)
           
 java.lang.String[] getLanguageIDs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageRegistry

public LanguageRegistry(LanguageConfiguration[] configurations)
Creates a new LanguageRegistry.

Parameters:
configurations - The configurations to use.
Method Detail

getLanguageIDs

public java.lang.String[] getLanguageIDs()
Specified by:
getLanguageIDs in interface ILanguageRegistry

getLanguage

public ILanguage getLanguage(java.lang.String languageID)
Specified by:
getLanguage in interface ILanguageRegistry